home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / ffind.arc / FFIND.DOC next >
Text File  |  1991-04-28  |  3KB  |  92 lines

  1.  
  2.  FFIND (C) 1989 C.C. Thompson  (Compuserve 76367,106)
  3.  DESCRIPTION
  4.  
  5.  FFIND is a file finder program much like FF found in the Norton
  6.  Utilities Advanced Edition.
  7.  
  8.  FFIND can be used to find all files on a drive matching a
  9.  particular filespec. Wildcard file specifications are fully
  10.  supported.
  11.  
  12.  FFIND is very helpful when you may have 'lost' a file, or
  13.  when you'd like to determine whether you may have files with
  14.  duplicate names scattered across your disk.
  15.  
  16.  The output of FFIND can be redirected to a device or printer
  17.  (e.g. LPT1: or fname.ext)
  18.  
  19.  Execution can be terminated at any time by hitting the Esc
  20.  (Escape) key, Ctrl-Break, or Ctrl-C.
  21.  
  22.  
  23.  USAGE
  24.  
  25.  
  26.  FFIND [d:] [filespec] [switches]
  27.  
  28.        [d:]       is the drive to search; if this is not
  29.                   specified, the default drive is used
  30.  
  31.        [filespec] is optional; if omitted, *.* is used
  32.  
  33.  SWITCHES:
  34.  
  35.        /W  Wide format
  36.  
  37.            if /W is specified, file sizes and dates are omitted,
  38.            and only the file names are listed in a 5 file per
  39.            line format.
  40.  
  41.  
  42.        /O  Omit directories
  43.  
  44.            This can be especially useful when using a filespec of
  45.            *. or *.* . It produces a more compact listing when
  46.            you are interested only in files, and not
  47.            subdirectories, which happen to match the filespec.
  48.  
  49.  
  50.        /P  Pause Mode
  51.  
  52.            Pauses and prompts for a keypress after each page
  53.            of output.
  54.  
  55.            Whether or not the /P option is specified FFIND
  56.            output can be interrupted at any time by pressing any
  57.            key.
  58.  
  59.        /H  Help
  60.  
  61.            Produces a screen explaining FFIND syntax
  62.  
  63.  
  64.  
  65.  LICENSING/RESTRICTIONS
  66.  ----------------------
  67.  
  68.  FFIND is provided for personal use, and for distribution through
  69.  electronic bulletin boards and shareware distribution channels.
  70.  
  71.  Enquiries regarding commercial use of FFIND should be
  72.  directed to:
  73.  
  74.               C.C. Thompson
  75.               398 Dorchester St.
  76.               Newmarket, ON
  77.               CANADA
  78.               L3Y 7Z3
  79.  
  80.               Compuserve 76367,106
  81.  
  82.  The source code for FFIND is provided as a demonstration of
  83.  TurboPascal 5.0 programming techniques.
  84.  
  85.  This program is provided on an as-is basis. The author disclaims
  86.  any warranties, expressed or implied, including but not limited
  87.  to implied warranties of fitness for any particular purpose.
  88.  
  89.  Comments, suggestions, and improvement requests should be
  90.  directed to the program author via Compuserve 76367,106.
  91.  
  92.